home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / disks / print1.dms / print1.adf / Doc-Dump.V3.6 / DD_PrinterDrivers / EpsonX < prev   
Text File  |  1990-09-13  |  4KB  |  143 lines

  1. DD3.6 EpsonX driver  V3.54
  2.  
  3.  
  4. Printer Control Commands:
  5.  
  6.  
  7. INITRESET:              { $1b $40 $1b $36 $1b $74 $01 $1b $6c 0 $1b $51 200
  8.                           $0d }
  9.  
  10.                          Reset, printable code area expansion, Epson graphics,
  11.                          Left Margin 0 , Right margin 200, Cariage return.
  12.  
  13. ENDRESET:               { $1b $40  }
  14.  
  15.                          Reset
  16.  
  17. SMALLCHAR:              { $1b $78 0 $1b $4d $1b $0f  }
  18.  
  19.                         Draft mode, Elite on, Condensed on.
  20.  
  21.  
  22. TONORMALCHAR:           { $1b $54 $1b $78 1 $1b $6b 1 $12 }
  23.  
  24.                         Sub/Superscript off, NLQ mode, Sans Serif font,
  25.                         Condensed off.
  26.  
  27.  
  28.  
  29. TOSMALLCHAR:            { $1b $78 0 $1b $0f }
  30.  
  31.                         Draft Mode, Condensed on. (You don't have to send
  32.                         Super/Sub-script.)
  33.  
  34. LINESPACING:            { $1b $33 15 }
  35.  
  36.                         Linespacing 15/216 inch.
  37.  
  38.  
  39. LINEFEED:               { $0d $0a }
  40.  
  41. FORMFEED:               { $0c }
  42.  
  43.  
  44. PAPER1:                 { $1b $43 00 12 }
  45.                         12 inch paper.
  46.  
  47. PAPER2:                 { $1b $43 00 11 }
  48.                         11 inch paper.
  49.  
  50. PAPER3:                 { $1b $43 00 10 }
  51.                         10 inch paper.
  52.  
  53. PAPER4:                 { $1b $43 00 12 }
  54.                         A4 paper.
  55.  
  56. SUPERSCRIPT:            { $1b $53 0 }
  57. SUBSCRIPT:              { $1b $53 1 }
  58.  
  59. BOLDON:                 { $1b $45 }
  60. BOLDOFF:                { $1b $46 }
  61.  
  62. COUNTRY:                { 27 82 0 }
  63.  
  64.                         Country 0 = USA
  65.  
  66. BEEP:                   { 7 7 }
  67.  
  68.                         Two beeps will be heard when the paper must be
  69.                         turned.
  70.  
  71.  
  72. Special settings:
  73.  
  74.  
  75.  
  76. LAYOUT:
  77. { /* Character to be used when printing a line : */     '_'
  78.   /* Pagenumber string             : */                 "Page_"
  79.   /* Title string (Booklet only)   : */                 "Title__:_"
  80.   /* Author string  (Booklet only) : */                 "Author_:_"
  81.   /* Date string  (Booklet only)   : */                 "Date___:_"
  82. }
  83.  
  84.  
  85.  
  86. MARGINS:
  87. { /* Left     Margin Booklet : */       1
  88.   /* CenterH  "      "         */       4
  89.   /* Right    "      "         */       1
  90.   /* CenterV  "      "         */       5
  91.  
  92.   /* Left     Margin Dump    : */       0
  93.   /* CenterH  "      "         */       2
  94.   /* Right    "      "         */       0
  95.   /* CenterV  "      "         */       2
  96.  
  97.   /* Left     Margin Column  : */       0
  98.   /* CenterH  "      "         */       2
  99.   /* Right    "      "         */       0
  100. }
  101.  
  102. Column mode has no CenterV !
  103.  
  104.  
  105. PRINTER:
  106. { /* Columnwidth achieved using SMALL printmode.  */            160
  107.   /* Columnwidth achieved using NORMAL printmode. */            96
  108.  
  109.   /* Usable Lines/Sheet using paper 1.      */                  161
  110.   /* Usable  "        "       "   2.      */            148
  111.   /* Usable  "        "       "   3.      */            135
  112.   /* Usable  "        "       "   4.      */            145
  113.  
  114.   /* Type of paper 1, 0 = continues, 1 = single */              0
  115.   /* "       paper 2, "      "       "     "    */        0
  116.   /* "       paper 3, "      "       "     "    */        0
  117.   /* "       paper 4, "      "       "     "    */         1
  118.  
  119.   /* Send FormFeeds when using Type 0 paper ? 0=No 1=Yes */     1
  120.   /* "      "        "     "   Type 1 paper "   "     "  */    1
  121.  
  122.  
  123.   /* The next strings will be used on DD's control buttons : */
  124.  
  125.  
  126.   /* Button string for paper 1 */               "12_inch"
  127.   /* "      "      "   paper 2 */        "11_inch"
  128.   /* "      "      "   paper 3 */        "10_inch"
  129.   /* "      "      "   paper 4 */        "A4"
  130.  
  131.   /* Button string for 'Type 0' printmode */    "Fanfold"
  132.   /* "      "      "   'Type 1' "         */    "Single"
  133. }
  134.  
  135. OUTPUT:
  136. { /* Device to be used, 0=PAR: , 1=SER:, 2=Other */     0
  137.   /* String to be used when device=2             */     "Ram:DDout"
  138.  
  139. }
  140.  
  141.  
  142. (c) Robert Grob 5-Nov-1992
  143.